home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Install / USB-Driver / zebrmsc2.inf < prev    next >
Encoding:
INI File  |  2006-02-01  |  4.3 KB  |  142 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  zebrmsc2.inf
  4. ;
  5. ; Function:
  6. ;    Install the Sony Ericsson mRouter Port (WDM)
  7. ;
  8. ; Copyright (c) 2005 MCCI
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc.
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. signature="$WINDOWS NT$"
  21. Class=USB
  22. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  23. Provider=%Provider%
  24. DriverVer=12/07/2005, 4.30.0.2700
  25. ;CatalogFile=zebrmdmc.cat
  26.  
  27. [ControlFlags]
  28. ExcludeFromSelect = *
  29.  
  30. [SourceDisksNames]
  31. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  32. 1=%DiskString%,"zebrmdmc.sys",,
  33.  
  34. [SourceDisksFiles]
  35. ; filename = diskid[,[ subdir][, size]]
  36. zebrmdmc.sys = 1
  37. zebrcmnt.sys = 1
  38.  
  39. ;-----------------------------------------------------------------------------
  40. ; Specify target paths...
  41. ;-----------------------------------------------------------------------------
  42.  
  43. [DestinationDirs]
  44. DefaultDestDir = 12                    ; system32\drivers
  45.  
  46. ;-----------------------------------------------------------------------------
  47. ; Table of Contents
  48. ;-----------------------------------------------------------------------------
  49. [Manufacturer]
  50. %MCCI%=MCCI
  51.  
  52. ;-----------------------------------------------------------------------------
  53. ; Device-by-device entries
  54. ;-----------------------------------------------------------------------------
  55. [MCCI]
  56. %SEMC.Modem.Desc% = SEMC.Install, USB\VID_0FCE&PID_D030&MI_01&SCE&OS_NT
  57.  
  58. ;-----------------------------------------------------------------------------
  59. ; Installation instructions
  60. ;-----------------------------------------------------------------------------
  61.  
  62. [SEMC.Install.nt]
  63. AddReg        = SEMC.AddReg,SEMC.NT.AddReg
  64. CopyFiles    = CopyFiles, CopyFiles.Win2K
  65.  
  66.  
  67. ;-----------------------------------------------------------------------------
  68. ;  Registry
  69. ;-----------------------------------------------------------------------------
  70.  
  71. ; common registry entries 
  72. [SEMC.AddReg]
  73. HKR,,NTMPDriver,,zebrmdmc.sys
  74. HKR,,DisableCommPortRegistration, 0x10001, 01,00,00,00
  75. HKR,,InitialBaudRate, 0x10001, 00,C2,01,00            ;115200 initial baud rate
  76. HKR,,InitialLineControl,, "8N1"                    ;8-bits, No parity, 1 stop bit
  77.  
  78. ; only for NT...
  79. [SEMC.NT.AddReg]
  80.  
  81. ;-----------------------------------------------------------------------------
  82. ;  Copy lists
  83. ;-----------------------------------------------------------------------------
  84. [CopyFiles]
  85.  
  86. [CopyFiles.Win2K]
  87. zebrmdmc.sys
  88. zebrcm.sys,zebrcmnt.sys
  89. zebrcmnt.sys
  90.  
  91.  
  92. ;-----------------------------------------------------------------------------
  93. ;  NT Services installation
  94. ;-----------------------------------------------------------------------------
  95.  
  96. [SEMC.Install.NT.Services]
  97. AddService = zebrmdmc, 0x00000002, SEMC.Install.AddService
  98.  
  99.  
  100. [SEMC.Install.AddService]
  101. DisplayName    = %SEMC.Service.Name%
  102. Description    = %SEMC.Service.Desc%
  103. ServiceType    = 1            ;%SERVICE_KERNEL_DRIVER%
  104. StartType    = 3            ;%SERVICE_DEMAND_START%
  105. ErrorControl    = 1            ;%SERVICE_ERROR_NORMAL%    
  106. ServiceBinary    = %12%\zebrmdmc.sys
  107.  
  108.  
  109.  
  110. ;-----------------------------------------------------------------------------
  111. ; STRINGS
  112. ;-----------------------------------------------------------------------------
  113. [Strings]
  114.  
  115. ;<<localize the following>>
  116.  
  117. ;BEGIN ENG - US English Strings
  118.  
  119. Provider = "Sony Ericsson Mobile Communications AB"
  120. MCCI = "Sony Ericsson Mobile Communications AB"
  121. DiskString = "Sony Ericsson mRouter Port Installation Disk"
  122.  
  123. SEMC.Modem.Desc = "Sony Ericsson mRouter Port (WDM)"
  124. SEMC.Service.Name = "Sony Ericsson mRouter Port (WDM)"
  125. SEMC.Service.Desc = "Sony Ericsson mRouter Port (WDM)"
  126.  
  127.  
  128. CustomerDataPath = "Sony Ericsson"
  129. DriverSet = "Sony Ericsson Software"
  130. UninstallFile = "ZEBRUninstall.exe"
  131. McciOptions = "Uninstallable"
  132.  
  133.  
  134. ;END ENG - US English Strings
  135.  
  136. ;-----------------------------------------------------------------------------
  137. ; The following are symbolic constants which don't change per locale.
  138. ;-----------------------------------------------------------------------------
  139.  
  140.  
  141. ;*** end of file ***
  142.